/*.sortnav {
    margin-bottom: 10px;
}

.sortnavt {
    width: 235px;
    height: 55px;
    background: url(../../../images/left_title_01.jpg) no-repeat left top;
    font-size: 16px;
    color: #3d261b;
    text-align: center;
    line-height: 55px;
    font-family: Microsoft YaHei;
}

.sortnav dl {
    width: 200px;
    margin: auto;
}

.sortnav dt {
    height: 35px;
    padding-top: 5px;
    background: url(../../../images/sidenavbg.jpg) repeat-x left bottom;
}

    .sortnav dt a {
        display: block;
        text-align: center;
        height: 28px;
        line-height: 28px;
        color: #372016;
        background: url(../../../images/sidenavabg.jpg) no-repeat center top;
        cursor: pointer;
    }

        .sortnav .select a, .sortnav dt a:hover, .sortnav dt.hover a {
            color: White;
            text-decoration: none;
            background-position: center bottom;
        }

.sortnav dd {
    display: none;
}

.sortnav ul {
    padding: 10px;
}

.sortnav li a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    font-weight: normal;
    text-overflow: ellipsis;
}*/